css disabled cursor not allowed

57

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
li.disabled {
  cursor: not-allowed;
}
li.disabled a {
  pointer-events: none;
}

Comments

Submit
0 Comments